projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6728475
)
(locate-header-face): Allow nil in type.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 25 Dec 2005 19:00:33 +0000
(19:00 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 25 Dec 2005 19:00:33 +0000
(19:00 +0000)
lisp/locate.el
patch
|
blob
|
history
diff --git
a/lisp/locate.el
b/lisp/locate.el
index 5934a572d4d0396267b30f0c86dc56dcd83867ee..563300f6c03fc1bd5b85efe3f078fb85991d6e16 100644
(file)
--- a/
lisp/locate.el
+++ b/
lisp/locate.el
@@
-149,7
+149,7
@@
(defcustom locate-header-face nil
"*Face used to highlight the locate header."
- :type '
face
+ :type '
(choice face (const nil))
:group 'locate)
;;;###autoload